curl --location --request POST 'https://api.dev.opensylo.com/api/marketplace-dashboard/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"invitationToken": "inv_abc123xyz...",
"firstName": "John",
"lastName": "Developer",
"password": "SecureP@ssw0rd!"
}'{
"accessToken": "eyJhbGciOiJIUzI1NiIs...",
"tokenType": "Bearer",
"expiresIn": 86400,
"marketplace": {},
"user": {}
}