Authorization: Bearer ********************{
"userId": 28,
"startDate": "2023-11-12",
"endDate": "2024-11-12",
"experience": "xxxxxx"
}curl --location --request POST 'localhost:8080/grow/project/addProject' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 28,
"startDate": "2023-11-12",
"endDate": "2024-11-12",
"experience": "xxxxxx"
}'{}