post https://api.fevertokens.io/v1/projects
Create a new project with the specified details
Log in to see full request history
Responses
Create a new project with the specified details
xxxxxxxxxx
curl --request POST \
--url https://api.fevertokens.io/v1/projects \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"projectStatus": "PUBLISHED"
}
'
Try It!
to start a request and see the response here! Or choose an example: