curl --location --request POST '/v1/external/projects/actions/update-status' \
--header 'x-client-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "ACME-proj001",
"topic": "ACME-proj001",
"externalRefProjectId": "string",
"status": "OPEN"
}'
{
"status": "success",
"projectId": "string",
"message": "string"
}