POST
Register For Token
POST: https://admin.mokhtasr.com/api/v1/app/register?name&url&email&password
Description: Register for getting token to communicate with other APIs
Parameters:
name: Query param and required, name of the user.
email: Query param and required, email of the user.
password: Query param and required, password of the user
url: Query param and required, URL of your application
Returns:
Return json object containing data key and data key has token and user information
Example
https://admin.mokhtasr.com/api/v1/app/register?name&url&email&password