curl --location --request POST 'https://api.mediashare.com/api/auth/signup' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "string"
}'{
"message": "string",
"user": {
"_id": "string",
"email": "string",
"apiKey": "string",
"subscription": {
"plan": "free",
"status": "active",
"creditsRemaining": 0,
"creditsPerMonth": 0,
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z"
}
}