Add a Profile
POST {{api-domain}}/crm/v4/settings/profiles/{{profile_id_you_want_to_clone}}/actions/clone
Add a profile to your organization through this API.
Request Body
{"profiles"=>[{"name"=>"{{name of the profile}}", "description"=>"{{description}}"}]}